πŸ““ Artificial Intelligence/Introduction to AI/Week 3 - Introduction/Definitions/Graph_Execution.md by @KGBicheno β˜†

graph execution

Go back to the [[AI Glossary]]

#TensorFlow

A TensorFlow programming environment in which the program first constructs a graph and then executes all or part of that graph. Graph execution is the default execution mode in TensorFlow 1.x.

Contrast with eager execution.